Lender Price API
Locking a Loan Without LOS / 4. Submit Lock Request / 4.4 Check Rate Period Status
In This Topic
    4.4 Check Rate Period Status
    In This Topic

    This API is needed if user wants to check if the rate selected previously is still active. For example, if Rate hasn't expired.

    Path

    GET /rest/v1/lp-ppe-api/isRatePeriodStillActive/{{priceQuoteId}}/{{lockRequestId}}

    Headers

                
    
    Authorization
    
    Bearer {{accessToken}}
    

    Example Request

    Copy Code
    curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/isRatePeriodStillActive/{{priceQuoteId}}/{{statusId}}' \
    --header 'Authorization: {{token}}'

    Example Response

    Copy Code
    true